home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
System Booster
/
System Booster.iso
/
Archives
/
StartupTools
/
Startup_Menu.lha
/
Startup-Menu
/
S
/
OMP_smexit.Rexx
next >
Wrap
OS/2 REXX Batch file
|
1995-06-15
|
406b
|
15 lines
/* ARexx script run by Startup-menu on exit. Quits OctamedPlayer*/
ADDRESS OCTAMEDPLAYER
Stop
Quit
/* Or you could do it like this if the above does not work (dosn't with me)
ADDRESS Command "C:Break 3 C"
where 3 is the process number that the player is loaded into. Find out by
running OMP at startup with OMP_sminit.Rexx but not this script and then
use Status in a Shell to determine */